home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-27 | 945 b | 22 lines | [TEXT/MPS ] |
- #
- # GlobalizeTDocument
- #
- # Executing this script will copy the result files of the TDocument class
- # to the MPW C++ libraries and includes folders. Once there, the TDocument
- # class can be included for use by other code.
- #
- # Therefore, don't execute this script unless you are satisfied that any
- # changes you may have made to the source code are exactly as you want them.
- #
- # Of course, you can always copy these files using the finder by dragging
- # each to its appropriate place. This script is only meant to be a convenience.
-
- # Copy the TDocument header file to the C++ Includes folder
- Duplicate 'TDocument.h' "{CPlusIncludes}"TDocument.h
-
- # Copy the TDocument library to the C++ Libraries folder
- Duplicate 'TDocument.o' "{CPlusLibraries}"TDocument.o
-
- # By the way, if you wish to always overwrite any previously existing copies
- # of these files in the C++ Libraries and Includes folders, use the -y option
- # in the duplicate command.